 Vertical



This is not like the other Scroller scripts in this category - thise one scrolls the page vertically! (up and down!!) It's really cool!

--------------------------------------------------------------------------------
 





<!-- TWO STEPS TO INSTALL VERTICAL SCROLL:

   1.  Paste the coding into the HEAD of your HTML document
   2.  Add the last code to the BODY of your HTM document  -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Original:  Pun Man Kit <mkpunnl@netvigator.com> -->
<!-- Web Site:  http://home.netvigator.com/~mkpunnl -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function scrollit() {
for (I=1; I<=750; I++){
parent.scroll(1,I)
   }
}
// End -->
</SCRIPT>

<!-- STEP TWO: Put this code into the BODY of your HTML document -->

<BODY><CENTER><FORM><input type=button value="Scroll Page" onClick="scrollit()"></FORM></CENTER>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  0.83 KB  -->
